SftTree/NET 2.0

Rows Property, HeadersClass Class

Softel vdm, Inc.

Defines the number of rows in the header area.

Syntax      HeadersClass Class (Softelvdm.SftTreeNET)

VB   

Public Property Rows As Integer

C#   

public int Rows { get; set; }

C++   

public: property int Rows {
        int get();
        void set(int value);
}

Property Value

The number of rows.

The default value is 1.

Comments

The Rows property defines the number of rows in the header area.

Each row in the column header area is represented by an item (of type ItemClass) which contains cells.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com